Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core: use patch extension register directly #4375

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

qwint
Copy link
Contributor

@qwint qwint commented Dec 15, 2024

What is this fixing or adding?

use existing patch extension register instead of iterating over potentials

could use something like "".join(file.rpartition(".")[1:]) if we still don't want os loaded also i left in the iteration option in case there's an edge case I don't know about, tested a bizhawk game without it and had no issue

How was this tested?

opened up a bizhawk game by patch

If this makes graphical changes, please attach screenshots.

…tials

could use something like "".join(file.rpartition(".")[1:]) if we still don't want os loaded
also i left in the iteration option in case there's an edge case I don't know about, tested a bizhawk game without it and had no issue
@github-actions github-actions bot added affects: core Issues/PRs that touch core and may need additional validation. waiting-on: peer-review Issue/PR has not been reviewed by enough people yet. labels Dec 15, 2024
@qwint
Copy link
Contributor Author

qwint commented Dec 15, 2024

looks like pathlib may also be an option, no clue the pro/cons for these options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects: core Issues/PRs that touch core and may need additional validation. waiting-on: peer-review Issue/PR has not been reviewed by enough people yet.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant